derelict.purple.prefs

Undocumented in source.

Members

Aliases

PurplePrefCallback
alias PurplePrefCallback = void function(const(char)*, _PurplePrefType, const(void)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurplePrefType
alias PurplePrefType = _PurplePrefType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_bool
alias da_purple_prefs_add_bool = void function(const(char)* name, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_int
alias da_purple_prefs_add_int = void function(const(char)* name, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_none
alias da_purple_prefs_add_none = void function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_path
alias da_purple_prefs_add_path = void function(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_path_list
alias da_purple_prefs_add_path_list = void function(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_string
alias da_purple_prefs_add_string = void function(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_add_string_list
alias da_purple_prefs_add_string_list = void function(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_connect_callback
alias da_purple_prefs_connect_callback = guint function(void* handle, const(char)* name, PurplePrefCallback cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_destroy
alias da_purple_prefs_destroy = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_disconnect_by_handle
alias da_purple_prefs_disconnect_by_handle = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_disconnect_callback
alias da_purple_prefs_disconnect_callback = void function(guint callback_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_exists
alias da_purple_prefs_exists = gboolean function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_bool
alias da_purple_prefs_get_bool = gboolean function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_children_names
alias da_purple_prefs_get_children_names = GList* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_handle
alias da_purple_prefs_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_int
alias da_purple_prefs_get_int = int function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_path
alias da_purple_prefs_get_path = const(char)* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_path_list
alias da_purple_prefs_get_path_list = GList* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_string
alias da_purple_prefs_get_string = const(char)* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_string_list
alias da_purple_prefs_get_string_list = GList* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_get_type
alias da_purple_prefs_get_type = PurplePrefType function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_init
alias da_purple_prefs_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_load
alias da_purple_prefs_load = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_remove
alias da_purple_prefs_remove = void function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_rename
alias da_purple_prefs_rename = void function(const(char)* oldname, const(char)* newname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_rename_boolean_toggle
alias da_purple_prefs_rename_boolean_toggle = void function(const(char)* oldname, const(char)* newname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_bool
alias da_purple_prefs_set_bool = void function(const(char)* name, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_generic
alias da_purple_prefs_set_generic = void function(const(char)* name, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_int
alias da_purple_prefs_set_int = void function(const(char)* name, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_path
alias da_purple_prefs_set_path = void function(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_path_list
alias da_purple_prefs_set_path_list = void function(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_string
alias da_purple_prefs_set_string = void function(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_set_string_list
alias da_purple_prefs_set_string_list = void function(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_trigger_callback
alias da_purple_prefs_trigger_callback = void function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_uninit
alias da_purple_prefs_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_prefs_update_old
alias da_purple_prefs_update_old = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_PurplePrefType
enum _PurplePrefType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_prefs_add_bool
void purple_prefs_add_bool(const(char)* name, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_int
void purple_prefs_add_int(const(char)* name, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_none
void purple_prefs_add_none(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_path
void purple_prefs_add_path(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_path_list
void purple_prefs_add_path_list(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_string
void purple_prefs_add_string(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_string_list
void purple_prefs_add_string_list(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_connect_callback
guint purple_prefs_connect_callback(void* handle, const(char)* name, PurplePrefCallback cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_destroy
void purple_prefs_destroy()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_disconnect_by_handle
void purple_prefs_disconnect_by_handle(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_disconnect_callback
void purple_prefs_disconnect_callback(guint callback_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_exists
gboolean purple_prefs_exists(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_bool
gboolean purple_prefs_get_bool(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_children_names
GList* purple_prefs_get_children_names(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_handle
void* purple_prefs_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_int
int purple_prefs_get_int(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_path
const(char)* purple_prefs_get_path(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_path_list
GList* purple_prefs_get_path_list(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_string
const(char)* purple_prefs_get_string(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_string_list
GList* purple_prefs_get_string_list(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_type
PurplePrefType purple_prefs_get_type(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_init
void purple_prefs_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_load
gboolean purple_prefs_load()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_remove
void purple_prefs_remove(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_rename
void purple_prefs_rename(const(char)* oldname, const(char)* newname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_rename_boolean_toggle
void purple_prefs_rename_boolean_toggle(const(char)* oldname, const(char)* newname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_bool
void purple_prefs_set_bool(const(char)* name, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_generic
void purple_prefs_set_generic(const(char)* name, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_int
void purple_prefs_set_int(const(char)* name, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_path
void purple_prefs_set_path(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_path_list
void purple_prefs_set_path_list(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_string
void purple_prefs_set_string(const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_string_list
void purple_prefs_set_string_list(const(char)* name, GList* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_trigger_callback
void purple_prefs_trigger_callback(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_uninit
void purple_prefs_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_update_old
void purple_prefs_update_old()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_prefs_add_bool
da_purple_prefs_add_bool purple_prefs_add_bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_int
da_purple_prefs_add_int purple_prefs_add_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_none
da_purple_prefs_add_none purple_prefs_add_none;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_path
da_purple_prefs_add_path purple_prefs_add_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_path_list
da_purple_prefs_add_path_list purple_prefs_add_path_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_string
da_purple_prefs_add_string purple_prefs_add_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_add_string_list
da_purple_prefs_add_string_list purple_prefs_add_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_connect_callback
da_purple_prefs_connect_callback purple_prefs_connect_callback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_destroy
da_purple_prefs_destroy purple_prefs_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_disconnect_by_handle
da_purple_prefs_disconnect_by_handle purple_prefs_disconnect_by_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_disconnect_callback
da_purple_prefs_disconnect_callback purple_prefs_disconnect_callback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_exists
da_purple_prefs_exists purple_prefs_exists;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_bool
da_purple_prefs_get_bool purple_prefs_get_bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_children_names
da_purple_prefs_get_children_names purple_prefs_get_children_names;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_handle
da_purple_prefs_get_handle purple_prefs_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_int
da_purple_prefs_get_int purple_prefs_get_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_path
da_purple_prefs_get_path purple_prefs_get_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_path_list
da_purple_prefs_get_path_list purple_prefs_get_path_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_string
da_purple_prefs_get_string purple_prefs_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_string_list
da_purple_prefs_get_string_list purple_prefs_get_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_get_type
da_purple_prefs_get_type purple_prefs_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_init
da_purple_prefs_init purple_prefs_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_load
da_purple_prefs_load purple_prefs_load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_remove
da_purple_prefs_remove purple_prefs_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_rename
da_purple_prefs_rename purple_prefs_rename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_rename_boolean_toggle
da_purple_prefs_rename_boolean_toggle purple_prefs_rename_boolean_toggle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_bool
da_purple_prefs_set_bool purple_prefs_set_bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_generic
da_purple_prefs_set_generic purple_prefs_set_generic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_int
da_purple_prefs_set_int purple_prefs_set_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_path
da_purple_prefs_set_path purple_prefs_set_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_path_list
da_purple_prefs_set_path_list purple_prefs_set_path_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_string
da_purple_prefs_set_string purple_prefs_set_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_set_string_list
da_purple_prefs_set_string_list purple_prefs_set_string_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_trigger_callback
da_purple_prefs_trigger_callback purple_prefs_trigger_callback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_uninit
da_purple_prefs_uninit purple_prefs_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_prefs_update_old
da_purple_prefs_update_old purple_prefs_update_old;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta